home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMRESUMEASERVICE / TFRMRESUMEASERVICE.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.1 KB  |  92 lines

  1. inherited frmResumeAService: TfrmResumeAService
  2.   HelpContext = 85
  3.   OldCreateOrder = True
  4.   OnShow = FormShow
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pnlTop: TPanel
  8.     inherited lblCommandName: TLabel
  9.       Caption = ''
  10.     end
  11.     inherited img1616: TImage
  12.       Picture.Data = {<image000.ico>}
  13.     end
  14.     inherited memActionDesc: TMemo
  15.       Lines.Strings = (
  16.         
  17.           'Resumes the specified service.  Only "paused" services can be re' +
  18.           'sumed.  Services '
  19.         'do not run on Windows 95/98/ME.')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         object lblServiceToStart: TLabel
  26.           Left = 10
  27.           Top = 16
  28.           Width = 425
  29.           Height = 13
  30.           AutoSize = False
  31.           Caption = '&Service to resume:'
  32.           FocusControl = cboServiceName
  33.         end
  34.         object cboServiceName: TComboBox
  35.           Left = 10
  36.           Top = 32
  37.           Width = 433
  38.           Height = 21
  39.           ItemHeight = 13
  40.           Sorted = True
  41.           TabOrder = 0
  42.           OnDropDown = cboServiceNameDropDown
  43.         end
  44.         object cbIncludeDrivers: TCheckBox
  45.           Left = 10
  46.           Top = 65
  47.           Width = 425
  48.           Height = 17
  49.           Caption = 'Include device and &file system drivers'
  50.           TabOrder = 1
  51.         end
  52.       end
  53.     end
  54.   end
  55.   inherited taclKeyboardTrap: TActionList
  56.     Left = 200
  57.   end
  58.   inherited dxSIBarManager: TdxBarManager
  59.     Categories.ItemsVisibles = (
  60.       2)
  61.     Categories.Visibles = (
  62.       True)
  63.     PopupMenuLinks = <
  64.       item
  65.         Control = lsvAM5Errors
  66.         PopupMenu = dxCheckPopup
  67.       end>
  68.     DockControlHeights = (
  69.       0
  70.       0
  71.       0
  72.       0)
  73.   end
  74.   inherited dxCheckPopup: TdxBarPopupMenu
  75.     ItemLinks = <
  76.       item
  77.         Item = itmCheckAllErrors
  78.         UserGlyph.Data = {00000000}
  79.         Visible = True
  80.       end
  81.       item
  82.         Item = itmCheckNoErrors
  83.         UserGlyph.Data = {00000000}
  84.         Visible = True
  85.       end>
  86.   end
  87.   inherited IvTranslator1: TIvTranslator
  88.     Left = 232
  89.     Top = 348
  90.   end
  91. end
  92.